Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ci settings #8

Merged
merged 5 commits into from
May 17, 2024
Merged

feat: add ci settings #8

merged 5 commits into from
May 17, 2024

Conversation

catpotd
Copy link
Contributor

@catpotd catpotd commented May 14, 2024

Overview

This PR adds the following three GitHub Actions workflows:

1. PR Title Checker

  • Checks the format of PR titles when a PR is opened, edited, synchronized, labeled, or unlabeled.
  • Ensures that the title does not start with an uppercase character.

2. Labeler

  • Configuration file for automatically labeling PRs and issues.
  • Example labels: bug, enhancement, documentation.

3. Lint and Testing

  • Automatically runs code linting and tests.
  • Triggered on pushes to the main branch, release/* branches, and on PR creation.

@catpotd catpotd requested a review from keiya01 May 14, 2024 03:23
@catpotd catpotd self-assigned this May 14, 2024
@catpotd catpotd merged commit dcc7204 into main May 17, 2024
2 checks passed
@catpotd catpotd deleted the feature/ci-settings branch May 17, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants